const crypto/internal/fips140/drbg.maxRequestSize

3 uses

	crypto/internal/fips140/drbg (current package)
		ctrdrbg.go#L35: 	maxRequestSize = (1 << 19) / 8
		ctrdrbg.go#L103: 	if len(out) > maxRequestSize {
		rand.go#L47: 		size := min(len(b), maxRequestSize)